projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2957dd6
)
* lisp/emacs-lisp/package.el: Use mode-line-process for notification
author
Artur Malabarba
<bruce.connor.am@gmail.com>
Wed, 8 Apr 2015 21:59:55 +0000
(22:59 +0100)
committer
Artur Malabarba
<bruce.connor.am@gmail.com>
Thu, 9 Apr 2015 23:47:05 +0000
(
00:47
+0100)
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index fa80ffee01685f0e5e1efd0d794f366742f9cf01..40d02f8cb636fee54ab8e0a6b29344e90e50004a 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-2325,10
+2325,7
@@
will be deleted."
Letters do not insert themselves; instead, they are commands.
\\<package-menu-mode-map>
\\{package-menu-mode-map}"
- (setq mode-line-buffer-identification
- (list 'package--downloads-in-progress
- (propertized-buffer-identification "[Loading...]")
- mode-line-buffer-identification))
+ (setq mode-line-process '(package--downloads-in-progress ":Loading"))
(setq tabulated-list-format
`[("Package" 18 package-menu--name-predicate)
("Version" 13 nil)